home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / dflat.arc / HELP.C < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-29  |  255 b   |  15 lines

  1. /* ------------ help.c ----------- */
  2.  
  3. #include <stdio.h>
  4. #include <string.h>
  5. #include "dflat.h"
  6.  
  7. int HelpBoxProc(WINDOW wnd, MESSAGE msg, PARAM p1, PARAM p2)
  8. {
  9.     return BaseWndProc(HELPBOX, wnd, msg, p1, p2);
  10. }
  11.  
  12. void HelpFunction(void)
  13. {
  14. }
  15.